home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / mail / Mutt089src.lha / Mutt-0.89i-AMIGA / src / rx / Makefile.in < prev    next >
Makefile  |  1998-01-28  |  371b  |  20 lines

  1. #
  2. # A simplified Makefile for use with Mutt.
  3. # Michael Elkins <me@cs.hmc.edu>
  4. # 1/23/97
  5. #
  6. OBJS=    hashrexp.o rx.o rxanal.o rxbasic.o rxbitset.o rxcset.o \
  7.     rxgnucomp.o rxhash.o rxnfa.o rxnode.o rxposix.o rxsimp.o \
  8.     rxspencer.o rxstr.o rxsuper.o rxunfa.o
  9.  
  10. VPATH=@srcdir@
  11. @SET_MAKE@
  12.  
  13. librx.a: $(OBJS)
  14.     ar rc librx.a $(OBJS)
  15.     -ranlib librx.a
  16.  
  17. clean:
  18.     rm -f *.o librx.a *~
  19.